home *** CD-ROM | disk | FTP | other *** search
/ Dictionaries & Language / Dictionaries and Language (Chestnut CD-ROM) (1993).iso / chinese / njstar12 / emacs.key < prev    next >
Encoding:
Text File  |  1991-08-17  |  4.3 KB  |  159 lines

  1. * this is a comment line
  2. *------------------------------------
  3. * EMACS defination for NJSTAR V1.20
  4. *------------------------------------
  5. * ^ = CTRL    @ = ALT    # = SHIFT
  6. *
  7. *------------------------------------
  8. *MetaKey - two key commands
  9. *------------------------------------
  10. * ctrl-x is used for meta key
  11. * but can be defined to other key
  12. * Keys go with Meta:
  13. *  ^A -> ^Z
  14. *   A -> Z
  15. *   0 -> 9
  16. *   ESC; CTRL_BACKSLASH; CTRL_RBRACE; CTRL_6; CTRL_MINUS
  17. *   ! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _
  18. *------------------------------------
  19. ^X        MetaKey
  20.  
  21. Meta+^B   BegFile
  22. Meta+^C   File
  23. Meta+^E   EndFile
  24. Meta+^F   EditFile
  25. Meta+^N   RenameFile
  26. Meta+^O   ScrollDown
  27. Meta+^P   ScrollUp
  28. Meta+^R   SearchReplace
  29. Meta+^S   SaveFile
  30. Meta+^U   UnDelBlock
  31. Meta+^V   EditFile
  32. Meta+^W   SaveAs
  33. Meta+^X   NextFile
  34. Meta+^Z   QuitFile
  35.  
  36.  
  37. ^A        BegLine
  38. ^B        CursorLeft
  39. ^D        DelChar
  40. ^E        EndLine
  41. ^F        CursorRight
  42. ^G        GotoBlock
  43. ^H        BackSpace
  44. ^I        TabRight
  45. ^J        DelToBegLine
  46. ^K        DelToEndLine
  47. ^L        DupLine
  48. ^M        Enter
  49. ^N        CursorDown
  50. ^P        CursorUp
  51. ^R        SearchBackward
  52. ^S        Search
  53. ^T        TimeDate
  54. ^U        UnDelLine
  55. ^V        PageDown
  56. ^W        Copy
  57. ^X        MetaKey
  58. ^Y        Paste
  59. ^Z        PageUp
  60.  
  61. *------------------------------------------------------------------------------
  62. * New command in Ver 1.20
  63. *------------------------------------------------------------------------------
  64. #F2       HzSaveFile
  65. #F3       HzDecode
  66. #F4       HzEditFile
  67. #F5       PcxSaveFile
  68. #F6       ZwSaveFile
  69. #F7       ZwDecode
  70. #F8       ZwEditFile
  71. ^P        Print
  72. @X        LianXiang
  73. @F1       ListDir
  74. ^F9       ToggleEOL
  75. ^F1       FileStatus
  76. ^F3       QuitAll
  77. ^F5       WordCount
  78. ^F6       GotoLine
  79. ^F11      RepeatCmd
  80. ^X^P      PrevFile
  81. F11       MacroRec
  82. F12       MacroExec
  83. *------------------------------------------------------------------------------
  84. * Macro commands - Excute more than one command with one key stroke, plus more.
  85. *
  86. * NOTE:
  87. *       1. macro command start with 'Macro'
  88. *       2. '&' at and means continue at next line
  89. *       3. '#' followed by number n == Insert Ascii n into Macro key.
  90. *           Max n is 160, n can be specified as: DEC $150; OCT $083; HEX $0xA0.
  91. *       4. '$' followed by number n == Sleep n ticks before exec. next command.
  92. *       5. Lebeles are a name+':'; eg. BEG: END:, Max number of Labeles is 64.
  93. *       6. Jump   Beg: == Jump to Label Beg: unconditionally
  94. *       7. JTrue  Beg: == Jump to Beg: if previous command is executed Ok
  95. *       8. JFalse Beg: == Jump to Beg: if previous command is executed NOT Ok
  96. *       9. Pause == Stop Macro Execution till Enter/ESC is Pressed
  97. *      10. "XXXX" or 'XXXX' == insert XXXX into Macro key. eg "I'AM Typping"
  98. *------------------------------------------------------------------------------
  99. Meta+^P   Macro Start: BegFile beg: $128 PageDown JFalse Start: Jump beg:
  100. Meta+^N   Macro "Njstar" '─▀║Φ▓¿'  #156 "39" #155 '00'
  101. Meta+^L   Macro beg: Scrolldown Jfalse end: JUMP beg: &
  102.                 end: BegFile $180 Jump beg:
  103. Meta+^M   Macro search Pause markblock
  104. *--------------------------------------------
  105. * other commands
  106. *--------------------------------------------
  107. @B        MarkBlock
  108. @C        CopyBlock
  109. @D        DelBlock
  110. @DOWN     ScrollDown
  111. @F3       QWinput
  112. @F4       GBinput
  113. @F5       PYinput
  114. @F6       ASCinput
  115. @L        MarkLine
  116. @M        MoveBlock
  117. @X        LianXiang
  118. @U        UnMarkBlock
  119. @UP       ScrollUp
  120. DEL       DelChar
  121. DOWN      CursorDown
  122. END       EndLine
  123. ENTER     Enter
  124. F1        QuickHelp
  125. F10       NextFile
  126. F2        SaveFile
  127. F3        QuitFile
  128. F4        File
  129. F5        Search
  130. F6        SearchReplace
  131. F7        RenameFile
  132. F8        EditFile
  133. F9        UnDelLine
  134. HOME      BegLine
  135. LEFT      CursorLeft
  136. PGDN      PageDown
  137. PGUP      PageUp
  138. RIGHT     CursorRight
  139. TAB       TabRight
  140. UP        CursorUp
  141.  
  142. ^F10      SwitchCCLIB
  143. ^F2       SaveDic
  144. ^F4       SaveAll
  145. ^F8       AddLX
  146. ^F9       PureChinese
  147.  
  148. ^BS       DelLine
  149. ^DOWN     EndScreen
  150. ^END      EndFile
  151. ^HOME     BegFile
  152. ^LEFT     WordLeft
  153. ^RIGHT    WordRight
  154. ^UP       BegScreen
  155.  
  156. *---------------------------
  157. * end of njconfig.key
  158. *---------------------------
  159.